1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>10.0.20506</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{8A72A88B-938E-41DE-ACC7-68E243C38614}</ProjectGuid>
9 <ProjectTypeGuids>{DB03555F-0C8B-43BE-9FF9-57896B3C5E56};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
10 <OutputType>Library</OutputType>
11 <AppDesignerFolder>My Project</AppDesignerFolder>
12 <RootNamespace>WindowsPhoneClient</RootNamespace>
13 <AssemblyName>WindowsPhoneClient</AssemblyName>
14 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
15 <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
16 <TargetFrameworkProfile>WindowsPhone</TargetFrameworkProfile>
17 <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
18 <SilverlightApplication>true</SilverlightApplication>
21 <XapOutputs>true</XapOutputs>
22 <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
23 <XapFilename>WindowsPhoneClient.xap</XapFilename>
24 <SilverlightManifestTemplate>My Project\AppManifest.xml</SilverlightManifestTemplate>
25 <SilverlightAppEntry>WindowsPhoneClient.App</SilverlightAppEntry>
26 <ValidateXaml>true</ValidateXaml>
27 <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
28 <MyType>Empty</MyType>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
31 <DebugSymbols>true</DebugSymbols>
32 <DebugType>full</DebugType>
33 <DefineDebug>true</DefineDebug>
34 <DefineTrace>true</DefineTrace>
35 <OutputPath>Bin\Debug</OutputPath>
36 <NoStdLib>true</NoStdLib>
37 <NoConfig>true</NoConfig>
38 <DocumentationFile>WindowsPhoneClient.xml</DocumentationFile>
39 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
41 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
42 <DebugType>pdbonly</DebugType>
43 <Optimize>true</Optimize>
44 <OutputPath>Bin\Release</OutputPath>
45 <DefineDebug>false</DefineDebug>
46 <DefineTrace>true</DefineTrace>
47 <NoStdLib>true</NoStdLib>
48 <NoConfig>true</NoConfig>
49 <DocumentationFile>WindowsPhoneClient.xml</DocumentationFile>
50 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
53 <OptionExplicit>On</OptionExplicit>
56 <OptionCompare>Binary</OptionCompare>
59 <OptionStrict>Off</OptionStrict>
62 <OptionInfer>On</OptionInfer>
65 <Reference Include="Microsoft.Phone.Controls, Version=7.0.0.0, Culture=neutral, PublicKeyToken=24eec0d8c86cda1e, processorArchitecture=MSIL" />
66 <Reference Include="Microsoft.Phone.Controls.Maps, Version=7.0.0.0, Culture=neutral, PublicKeyToken=24eec0d8c86cda1e, processorArchitecture=MSIL" />
67 <Reference Include="Microsoft.Phone.Controls.Toolkit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b772ad94eb9ca604, processorArchitecture=MSIL" />
68 <Reference Include="System" />
69 <Reference Include="System.Data.Services.Client">
70 <HintPath>C:\Users\v-ylluo\Downloads\OData for Windows Phone CTP\System.Data.Services.Client.dll</HintPath>
72 <Reference Include="System.Device" />
73 <Reference Include="System.Runtime.Serialization" />
74 <Reference Include="System.Servicemodel" />
75 <Reference Include="System.Xml" />
76 <Reference Include="System.Core" />
77 <Reference Include="System.Net" />
78 <Reference Include="System.Windows" />
79 <Reference Include="Microsoft.Phone" />
80 <Reference Include="Microsoft.Phone.Interop" />
83 <Import Include="Microsoft.VisualBasic" />
84 <Import Include="System" />
85 <Import Include="System.Linq" />
86 <Import Include="System.Collections.Generic" />
87 <Import Include="System.Xml" />
88 <Import Include="System.Net" />
89 <Import Include="System.Windows" />
90 <Import Include="System.Windows.Controls" />
91 <Import Include="System.Windows.Documents" />
92 <Import Include="System.Windows.Input" />
93 <Import Include="System.Windows.Media" />
94 <Import Include="System.Windows.Media.Animation" />
95 <Import Include="System.Windows.Navigation" />
96 <Import Include="System.Windows.Shapes" />
97 <Import Include="Microsoft.Phone.Controls" />
98 <Import Include="Microsoft.Phone.Shell" />
101 <Compile Include="App.xaml.vb">
102 <DependentUpon>App.xaml</DependentUpon>
104 <Compile Include="DataSource.vb" />
105 <Compile Include="ListPage.xaml.vb">
106 <DependentUpon>ListPage.xaml</DependentUpon>
108 <Compile Include="LocationConverter.vb" />
109 <Compile Include="MainPage.xaml.vb">
110 <DependentUpon>MainPage.xaml</DependentUpon>
112 <Compile Include="My Project\AssemblyInfo.vb" />
113 <Compile Include="Service References\GeocodeServiceReference\Reference.vb">
114 <AutoGen>True</AutoGen>
115 <DesignTime>True</DesignTime>
116 <DependentUpon>Reference.svcmap</DependentUpon>
118 <Compile Include="Service References\TravelDataServiceReference.vb" />
119 <Compile Include="ViewModels\ItemViewModel.vb" />
120 <Compile Include="ViewModels\MainViewModel.vb" />
123 <ApplicationDefinition Include="App.xaml">
124 <SubType>Designer</SubType>
125 <Generator>MSBuild:Compile</Generator>
126 </ApplicationDefinition>
127 <Page Include="ListPage.xaml">
128 <SubType>Designer</SubType>
129 <Generator>MSBuild:Compile</Generator>
131 <Page Include="MainPage.xaml">
132 <SubType>Designer</SubType>
133 <Generator>MSBuild:Compile</Generator>
135 <Page Include="SampleData\MainViewModelSampleData.xaml">
136 <Generator>MSBuild:Compile</Generator>
137 <SubType>Designer</SubType>
141 <None Include="My Project\AppManifest.xml" />
142 <None Include="My Project\WMAppManifest.xml" />
143 <None Include="Service References\GeocodeServiceReference\Arrays.xsd">
144 <SubType>Designer</SubType>
146 <None Include="Service References\GeocodeServiceReference\common.xsd">
147 <SubType>Designer</SubType>
149 <None Include="Service References\GeocodeServiceReference\contracts.wsdl" />
150 <None Include="Service References\GeocodeServiceReference\contracts.xsd">
151 <SubType>Designer</SubType>
153 <None Include="Service References\GeocodeServiceReference\geocode.wsdl" />
154 <None Include="Service References\GeocodeServiceReference\geocode.xsd">
155 <SubType>Designer</SubType>
157 <None Include="Service References\GeocodeServiceReference\service.xsd">
158 <SubType>Designer</SubType>
160 <None Include="Service References\GeocodeServiceReference\WindowsPhoneClient.GeocodeServiceReference.GeocodeResponse.datasource" />
161 <Content Include="appbar.back.rest.png" />
162 <Content Include="appbar.next.rest.png" />
163 <None Include="Service References\GeocodeServiceReference\configuration91.svcinfo" />
164 <None Include="Service References\GeocodeServiceReference\configuration.svcinfo" />
165 <None Include="Service References\GeocodeServiceReference\Reference.svcmap">
166 <Generator>WCF Proxy Generator</Generator>
167 <LastGenOutput>Reference.vb</LastGenOutput>
169 <Content Include="ServiceReferences.ClientConfig" />
172 <XapFilesInputCollection Include="My Project\Microsoft.VisualBasic.dll" />
175 <Content Include="ApplicationIcon.png">
176 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
178 <Content Include="Background.png">
179 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
181 <Content Include="SplashScreenImage.jpg" />
184 <WCFMetadata Include="Service References\" />
187 <WCFMetadataStorage Include="Service References\GeocodeServiceReference\" />
189 <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />
190 <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.VisualBasic.targets" />
191 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
192 Other similar extension points exist, see Microsoft.Common.targets.
193 <Target Name="BeforeBuild">
195 <Target Name="AfterBuild">
198 <ProjectExtensions />